Skip to main content

New GraphQL query for published product search

Minor Upgrade


We are adding a new query (publishedProductsSearchSuggest) to the GraphQL API for published product search. This query provides real-time product name suggestions by returning the most relevant published products that match user input. Customers building headless or custom interfaces can use this query to power product name suggestions in their search experiences, improving usability and helping users find products more efficiently.

Key capabilities:

  • Localization support: Suggestions reflect the user’s preferred language or region.
  • Product filtering: Results can be refined by category, status, or other attributes.
  • Product details: Returns product ID, name, and image to support building suggestion interfaces.
  • Fast performance: Optimized for smooth, real-time interactions.
  • Relevance ranking: Surfaces the most meaningful results using product name matching.
  • Access control: Ensures only published and accessible products are returned.

Feature enablement

No feature enablement is required.

Setting enablement

No setting enablement is required.

Documentation

GraphQL API reference documentation is updated with the release.

Was this page helpful?